Expand description

This crate contains macros used by Bevy’s Reflect API.

The main export of this crate is the derive macro for Reflect. This allows types to easily implement Reflect along with other bevy_reflect traits, such as Struct, GetTypeRegistration, and more— all with a single derive!

Some other noteworthy exports include the derive macros for FromReflect and TypeUuid, as well as the reflect_trait attribute macro.

Macros

A replacement for #[derive(Reflect)] to be used with foreign types which the definitions of cannot be altered.

Attribute Macros

Derive Macros

Derives the FromReflect trait.